﻿2026-08-01T15:16:53.1776098Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-01T15:16:53.1785190Z ##[group]Run actions/checkout@v4
2026-08-01T15:16:53.1786564Z with:
2026-08-01T15:16:53.1787170Z   repository: Gamexgit/FinanceManager
2026-08-01T15:16:53.1791022Z   token: ***
2026-08-01T15:16:53.1791495Z   ssh-strict: true
2026-08-01T15:16:53.1791973Z   ssh-user: git
2026-08-01T15:16:53.1792449Z   persist-credentials: true
2026-08-01T15:16:53.1792965Z   clean: true
2026-08-01T15:16:53.1793441Z   sparse-checkout-cone-mode: true
2026-08-01T15:16:53.1793994Z   fetch-depth: 1
2026-08-01T15:16:53.1794451Z   fetch-tags: false
2026-08-01T15:16:53.1794929Z   show-progress: true
2026-08-01T15:16:53.1795412Z   lfs: false
2026-08-01T15:16:53.1796205Z   submodules: false
2026-08-01T15:16:53.1796779Z   set-safe-directory: true
2026-08-01T15:16:53.1797321Z   allow-unsafe-pr-checkout: false
2026-08-01T15:16:53.1798212Z ##[endgroup]
2026-08-01T15:16:53.2949628Z Syncing repository: Gamexgit/FinanceManager
2026-08-01T15:16:53.2953167Z ##[group]Getting Git version info
2026-08-01T15:16:53.2954893Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T15:16:53.2983884Z [command]/usr/bin/git version
2026-08-01T15:16:53.3212289Z git version 2.54.0
2026-08-01T15:16:53.3238743Z ##[endgroup]
2026-08-01T15:16:53.3249475Z Temporarily overriding HOME='/home/runner/work/_temp/98ad457c-2f71-4950-bb0b-be3d9d00a437' before making global git config changes
2026-08-01T15:16:53.3252890Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T15:16:53.3256278Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-01T15:16:53.3319943Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T15:16:53.3332159Z ##[group]Initializing the repository
2026-08-01T15:16:53.3358996Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-01T15:16:53.3522179Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-01T15:16:53.3536995Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-01T15:16:53.3557144Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-01T15:16:53.3566527Z hint: call:
2026-08-01T15:16:53.3568687Z hint:
2026-08-01T15:16:53.3569965Z hint: 	git config --global init.defaultBranch <name>
2026-08-01T15:16:53.3571162Z hint:
2026-08-01T15:16:53.3573044Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-01T15:16:53.3575240Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-01T15:16:53.3590115Z hint:
2026-08-01T15:16:53.3607451Z hint: 	git branch -m <name>
2026-08-01T15:16:53.3609127Z hint:
2026-08-01T15:16:53.3613137Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-01T15:16:53.3616356Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-01T15:16:53.3624155Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-01T15:16:53.3647181Z ##[endgroup]
2026-08-01T15:16:53.3657602Z ##[group]Disabling automatic garbage collection
2026-08-01T15:16:53.3659415Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T15:16:53.3690693Z ##[endgroup]
2026-08-01T15:16:53.3692515Z ##[group]Setting up auth
2026-08-01T15:16:53.3694510Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T15:16:53.3792865Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T15:16:53.4336042Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T15:16:53.4377848Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T15:16:53.4641617Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T15:16:53.4674696Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T15:16:53.4924531Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T15:16:53.4968415Z ##[endgroup]
2026-08-01T15:16:53.4970744Z ##[group]Fetching the repository
2026-08-01T15:16:53.4981215Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +af0a9360ea424857788d2bd7c9e0d8d2f3369158:refs/remotes/pull/30/merge
2026-08-01T15:16:54.2634186Z From https://github.com/Gamexgit/FinanceManager
2026-08-01T15:16:54.2637792Z  * [new ref]         af0a9360ea424857788d2bd7c9e0d8d2f3369158 -> pull/30/merge
2026-08-01T15:16:54.2675504Z ##[endgroup]
2026-08-01T15:16:54.2678704Z ##[group]Determining the checkout info
2026-08-01T15:16:54.2681864Z ##[endgroup]
2026-08-01T15:16:54.2684961Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T15:16:54.2756908Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T15:16:54.2788443Z ##[group]Checking out the ref
2026-08-01T15:16:54.2791655Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/30/merge
2026-08-01T15:16:54.3269081Z Note: switching to 'refs/remotes/pull/30/merge'.
2026-08-01T15:16:54.3286557Z 
2026-08-01T15:16:54.3288254Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-01T15:16:54.3292133Z changes and commit them, and you can discard any commits you make in this
2026-08-01T15:16:54.3296448Z state without impacting any branches by switching back to a branch.
2026-08-01T15:16:54.3299322Z 
2026-08-01T15:16:54.3300816Z If you want to create a new branch to retain commits you create, you may
2026-08-01T15:16:54.3304303Z do so (now or later) by using -c with the switch command. Example:
2026-08-01T15:16:54.3306771Z 
2026-08-01T15:16:54.3307816Z   git switch -c <new-branch-name>
2026-08-01T15:16:54.3309359Z 
2026-08-01T15:16:54.3310341Z Or undo this operation with:
2026-08-01T15:16:54.3311819Z 
2026-08-01T15:16:54.3312742Z   git switch -
2026-08-01T15:16:54.3314075Z 
2026-08-01T15:16:54.3316204Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-01T15:16:54.3318842Z 
2026-08-01T15:16:54.3321733Z HEAD is now at af0a936 Merge fc0161f09ad6d4bc00753313c10741e59c02873e into eeb1806e76783277c41dd5a8dbe7b73ccf844f12
2026-08-01T15:16:54.3330844Z ##[endgroup]
2026-08-01T15:16:54.3396178Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T15:16:54.3429460Z af0a9360ea424857788d2bd7c9e0d8d2f3369158
